Defining Relationships for NoSQL Databases

Relationships are associations between different collections in a database. You can create relationships and define its object properties for NoSQL databases using either of the following methods:

  • Embedding

    Embeds the related data in collections into a single or multiple structured collections

  • Referencing

    Relates the data in multiple collections as an identifying or non-identifying relationships